home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BigMax 17
/
BigMax nº 17.iso
/
FREEWARE
/
COLOR
/
LINES95.EXE
/
0
/
RCDATA
/
TNEWUSERDLG
/
TNEWUSERDLG.txt
Wrap
Text File
|
1997-08-30
|
3KB
|
148 lines
object NewUserDlg: TNewUserDlg
Left = 175
Top = 231
ActiveControl = NameFld
BorderIcons = []
BorderStyle = bsNone
ClientHeight = 238
ClientWidth = 493
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Times New Roman'
Font.Style = []
FormStyle = fsStayOnTop
Position = poScreenCenter
Scaled = False
OnActivate = FormActivate
OnCloseQuery = FormCloseQuery
PixelsPerInch = 96
TextHeight = 22
object PasswordPanel: TPanel
Left = 0
Top = 0
Width = 493
Height = 238
Align = alClient
BevelWidth = 3
BorderWidth = 1
BorderStyle = bsSingle
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
TabOrder = 0
object Password2Label: TLabel
Left = 9
Top = 150
Width = 176
Height = 23
Alignment = taRightJustify
AutoSize = False
Caption = 'Repeat password:'
end
object Password1Label: TLabel
Left = 9
Top = 105
Width = 176
Height = 23
Alignment = taRightJustify
AutoSize = False
Caption = 'Enter a password:'
end
object Header: TNpsLbl3d
Left = 7
Top = 9
Width = 478
Height = 40
Alignment = taCenter
AutoSize = False
Caption = 'Registration of pretender'
Font.Color = clOlive
Font.Height = -30
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentFont = False
end
object NameLabel: TLabel
Left = 9
Top = 60
Width = 176
Height = 23
Alignment = taRightJustify
AutoSize = False
Caption = 'Your name:'
end
object Password2: TEdit
Left = 202
Top = 147
Width = 259
Height = 34
Ctl3D = True
Font.Color = clBlack
Font.Height = -24
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
MaxLength = 16
ParentCtl3D = False
ParentFont = False
PasswordChar = '*'
TabOrder = 2
Text = '1234567890123456'
end
object OkButton: TBitBtn
Left = 230
Top = 193
Width = 112
Height = 31
TabOrder = 3
OnClick = OKBtnClick
Kind = bkOK
Style = bsNew
end
object CancelButton: TBitBtn
Left = 350
Top = 193
Width = 111
Height = 31
TabOrder = 4
OnClick = CancelButtonClick
Kind = bkCancel
Style = bsNew
end
object Password1: TEdit
Left = 202
Top = 101
Width = 259
Height = 34
Ctl3D = True
Font.Color = clBlack
Font.Height = -24
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
MaxLength = 16
ParentCtl3D = False
ParentFont = False
PasswordChar = '*'
TabOrder = 1
Text = '1234567890123456'
end
object NameFld: TEdit
Left = 202
Top = 55
Width = 259
Height = 34
Ctl3D = True
Font.Color = clBlack
Font.Height = -24
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
MaxLength = 15
ParentCtl3D = False
ParentFont = False
TabOrder = 0
Text = 'Anatoly Podgoretsky'
end
end
end